home *** CD-ROM | disk | FTP | other *** search
- -- background: 2573 from stack: in.1
- -- bmap block id: 3994
- -- flags: 4000
- -- background id: 0
- -- name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2001
- -- rect: left=458 top=292 right=320 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 27009 / 27009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left slow
- go next card
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2001
- -- rect: left=10 top=292 right=320 bottom=45
- -- title width / last selected line: 0
- -- icon id / first selected line: 9301 / 9301
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Previous
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right slow
- if the number of this card is 1 then beep else go previous card
- end mouseUp
-
-